FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/register-facility-model

Packageng.gov.nphcda.immunization
Resource TypeStructureDefinition
Idregister-facility-model
FHIR VersionR4
Sourcehttp://nphcda.gov.ng/ig/immunization/https://build.fhir.org/ig/Nigeria-FHIR-Community/ImmunizationIG/StructureDefinition-register-facility-model.html
URLhttp://nphcda.gov.ng/ig/immunization/StructureDefinition/register-facility-model
Version1.0.0
Statusdraft
Date2025-08-04T10:06:52+00:00
NameRegisterFacilityModel
TitleNG-Imm-A RegisterFacility
DescriptionIMMZ.A - A logical model representing a health facility being registered in the immunization system.
Typehttp://nphcda.gov.ng/ig/immunization/StructureDefinition/register-facility-model
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition register-facility-model

NameFlagsCard.TypeDescription & Constraintsdoco
.. register-facility-model 0..*BaseNG-Imm-A RegisterFacility
... identifier 1..1stringUnique identifier for health facilities including the master facility list.
... facilityName 1..1stringThe full name of the Organization/facility.
... alternateName 0..1stringThe other names the Organization/facility is known for.
... dateOfRecordCreation 0..1dateDate of capture for administrative purposes.
... facilityType 0..1CodeableConceptThe type of health facility.
... facilityStatus 0..1booleanThe Status of the health facility.
... facilityContactType 0..1stringThe type of health facility contact Eg. email, fax, phone.
... facilityContactValue 0..1stringThe actual value of the contact (eg. the phone number +23435565656).
... facilityaddress 0..1BackboneElementOffice address.
.... houseNumber 0..1stringThe number of the house where the facility is.
.... village 0..1stringThe village or street where the facility is.
.... city 0..1stringThe town or city where the facility is .
.... ward 0..1CodeableConceptThe ward where the health facility is.
.... lga 0..1CodeableConceptLocal Government Authority where the facility is.
.... state 0..1CodeableConceptThe state where the health facility is.
... primarycontact 0..*BackboneElementThe primary contact for the health facility
.... name 1..1BackboneElementThe full name of the contact.
..... family 1..1stringFamily name of the contact.
..... given 1..1stringGiven name of the contact.
.... telecom 0..*ContactPointPhone number of the contact.
..... system 1..1codeType of communication (e.g., phone, email).
..... value 1..1stringThe primary contact's number or email address.
.... houseNumber 0..1stringThe number of the primary contact.
.... village 0..1stringThe village or street where the primary contact lives.
.... city 0..1stringThe town or city where the primary contact resides.
.... ward 0..1CodeableConceptThe ward where the primary contact is.
.... lga 0..1CodeableConceptLocal Government Authority where the primary contact lives.
.... state 0..1CodeableConceptThe state where the primary contact is.
... longitude 0..1stringThe Longitude of the health facility
... latitude 0..1stringThe Latitude of the health facility

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "register-facility-model",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://nphcda.gov.ng/ig/immunization/StructureDefinition/register-facility-model",
  "version": "1.0.0",
  "name": "RegisterFacilityModel",
  "title": "NG-Imm-A RegisterFacility",
  "status": "draft",
  "date": "2025-08-04T10:06:52+00:00",
  "publisher": "https://nphcda.gov.ng",
  "contact": [
    {
      "name": "https://nphcda.gov.ng",
      "telecom": [
        {
          "system": "url",
          "value": "https://nphcda.gov.ng"
        },
        {
          "system": "email",
          "value": "kasim.sani@nphcda.gov.ng"
        }
      ]
    },
    {
      "name": "Nigeria Primary Healthcare Development Agency.",
      "telecom": [
        {
          "system": "email",
          "value": "ig@nphcda.gov.ng",
          "use": "work"
        }
      ]
    }
  ],
  "description": "IMMZ.A - A logical model representing a health facility being registered in the immunization system.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NG",
          "display": "Nigeria"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://nphcda.gov.ng/ig/immunization/StructureDefinition/register-facility-model",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "element": [
      {
        "id": "register-facility-model",
        "path": "register-facility-model",
        "short": "NG-Imm-A RegisterFacility",
        "definition": "IMMZ.A - A logical model representing a health facility being registered in the immunization system.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "register-facility-model.identifier",
        "path": "register-facility-model.identifier",
        "short": "Unique identifier for health facilities including the master facility list.",
        "definition": "Unique identifier for health facilities including the master facility list.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "register-facility-model.identifier",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.facilityName",
        "path": "register-facility-model.facilityName",
        "short": "The full name of the Organization/facility.",
        "definition": "The full name of the Organization/facility.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "register-facility-model.facilityName",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.alternateName",
        "path": "register-facility-model.alternateName",
        "short": "The other names the Organization/facility is known for.",
        "definition": "The other names the Organization/facility is known for.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "register-facility-model.alternateName",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.dateOfRecordCreation",
        "path": "register-facility-model.dateOfRecordCreation",
        "short": "Date of capture for administrative purposes.",
        "definition": "Date of capture for administrative purposes.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "register-facility-model.dateOfRecordCreation",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "id": "register-facility-model.facilityType",
        "path": "register-facility-model.facilityType",
        "code": [
          {
            "code": "NGFacilityTypeVS"
          }
        ],
        "short": "The type of health facility.",
        "definition": "The type of health facility.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "register-facility-model.facilityType",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "register-facility-model.facilityStatus",
        "path": "register-facility-model.facilityStatus",
        "short": "The Status of the health facility.",
        "definition": "The Status of the health facility.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "register-facility-model.facilityStatus",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "register-facility-model.facilityContactType",
        "path": "register-facility-model.facilityContactType",
        "short": "The type of health facility contact Eg. email, fax, phone.",
        "definition": "The type of health facility contact Eg. email, fax, phone.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "register-facility-model.facilityContactType",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.facilityContactValue",
        "path": "register-facility-model.facilityContactValue",
        "short": "The actual value of the contact (eg. the phone number +23435565656).",
        "definition": "The actual value of the contact (eg. the phone number +23435565656).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "register-facility-model.facilityContactValue",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.facilityaddress",
        "path": "register-facility-model.facilityaddress",
        "short": "Office address.",
        "definition": "Office address.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "register-facility-model.facilityaddress",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "register-facility-model.facilityaddress.id",
        "path": "register-facility-model.facilityaddress.id",
        "representation": [
          "xmlAttr"
        ],
        "short": "Unique id for inter-element referencing",
        "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Element.id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                "valueUrl": "string"
              }
            ],
            "code": "http://hl7.org/fhirpath/System.String"
          }
        ],
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "register-facility-model.facilityaddress.extension",
        "path": "register-facility-model.facilityaddress.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "description": "Extensions are always sliced by (at least) url",
          "rules": "open"
        },
        "short": "Additional content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "alias": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "Element.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "register-facility-model.facilityaddress.modifierExtension",
        "path": "register-facility-model.facilityaddress.modifierExtension",
        "short": "Extensions that cannot be ignored even if unrecognized",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
        "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
        "alias": [
          "extensions",
          "user content",
          "modifiers"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "BackboneElement.modifierExtension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "isModifier": true,
        "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "register-facility-model.facilityaddress.houseNumber",
        "path": "register-facility-model.facilityaddress.houseNumber",
        "short": "The number of the house where the facility is.",
        "definition": "The number of the house where the facility is.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "register-facility-model.facilityaddress.houseNumber",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.facilityaddress.village",
        "path": "register-facility-model.facilityaddress.village",
        "short": "The village or street where the facility is.",
        "definition": "The village or street where the facility is.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "register-facility-model.facilityaddress.village",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.facilityaddress.city",
        "path": "register-facility-model.facilityaddress.city",
        "short": "The town or city where the facility is .",
        "definition": "The town or city where the facility is .",
        "min": 0,
        "max": "1",
        "base": {
          "path": "register-facility-model.facilityaddress.city",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.facilityaddress.ward",
        "path": "register-facility-model.facilityaddress.ward",
        "code": [
          {
            "code": "NGWardsVS"
          }
        ],
        "short": "The ward where the health facility is.",
        "definition": "The ward where the health facility is.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "register-facility-model.facilityaddress.ward",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "register-facility-model.facilityaddress.lga",
        "path": "register-facility-model.facilityaddress.lga",
        "code": [
          {
            "code": "NGLGAsVS"
          }
        ],
        "short": "Local Government Authority where the facility is.",
        "definition": "Local Government Authority where the facility is.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "register-facility-model.facilityaddress.lga",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "register-facility-model.facilityaddress.state",
        "path": "register-facility-model.facilityaddress.state",
        "code": [
          {
            "code": "NGStatesVS"
          }
        ],
        "short": "The state where the health facility is.",
        "definition": "The state where the health facility is.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "register-facility-model.facilityaddress.state",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact",
        "path": "register-facility-model.primarycontact",
        "short": "The primary contact for the health facility",
        "definition": "The primary contact for the health facility",
        "min": 0,
        "max": "*",
        "base": {
          "path": "register-facility-model.primarycontact",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.id",
        "path": "register-facility-model.primarycontact.id",
        "representation": [
          "xmlAttr"
        ],
        "short": "Unique id for inter-element referencing",
        "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Element.id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                "valueUrl": "string"
              }
            ],
            "code": "http://hl7.org/fhirpath/System.String"
          }
        ],
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.extension",
        "path": "register-facility-model.primarycontact.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "description": "Extensions are always sliced by (at least) url",
          "rules": "open"
        },
        "short": "Additional content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "alias": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "Element.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.modifierExtension",
        "path": "register-facility-model.primarycontact.modifierExtension",
        "short": "Extensions that cannot be ignored even if unrecognized",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
        "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
        "alias": [
          "extensions",
          "user content",
          "modifiers"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "BackboneElement.modifierExtension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "isModifier": true,
        "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.name",
        "path": "register-facility-model.primarycontact.name",
        "short": "The full name of the contact.",
        "definition": "The full name of the contact.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "register-facility-model.primarycontact.name",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.name.id",
        "path": "register-facility-model.primarycontact.name.id",
        "representation": [
          "xmlAttr"
        ],
        "short": "Unique id for inter-element referencing",
        "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Element.id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                "valueUrl": "string"
              }
            ],
            "code": "http://hl7.org/fhirpath/System.String"
          }
        ],
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.name.extension",
        "path": "register-facility-model.primarycontact.name.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "description": "Extensions are always sliced by (at least) url",
          "rules": "open"
        },
        "short": "Additional content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "alias": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "Element.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.name.modifierExtension",
        "path": "register-facility-model.primarycontact.name.modifierExtension",
        "short": "Extensions that cannot be ignored even if unrecognized",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
        "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
        "alias": [
          "extensions",
          "user content",
          "modifiers"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "BackboneElement.modifierExtension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "isModifier": true,
        "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.name.family",
        "path": "register-facility-model.primarycontact.name.family",
        "short": "Family name of the contact.",
        "definition": "Family name of the contact.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "register-facility-model.primarycontact.name.family",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.name.given",
        "path": "register-facility-model.primarycontact.name.given",
        "short": "Given name of the contact.",
        "definition": "Given name of the contact.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "register-facility-model.primarycontact.name.given",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.telecom",
        "path": "register-facility-model.primarycontact.telecom",
        "short": "Phone number of the contact.",
        "definition": "Phone number of the contact.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "register-facility-model.primarycontact.telecom",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "ContactPoint"
          }
        ],
        "constraint": [
          {
            "key": "cpt-2",
            "severity": "error",
            "human": "A system is required if a value is provided.",
            "expression": "value.empty() or system.exists()",
            "xpath": "not(exists(f:value)) or exists(f:system)"
          },
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.telecom.id",
        "path": "register-facility-model.primarycontact.telecom.id",
        "representation": [
          "xmlAttr"
        ],
        "short": "Unique id for inter-element referencing",
        "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Element.id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                "valueUrl": "string"
              }
            ],
            "code": "http://hl7.org/fhirpath/System.String"
          }
        ],
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.telecom.extension",
        "path": "register-facility-model.primarycontact.telecom.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "description": "Extensions are always sliced by (at least) url",
          "rules": "open"
        },
        "short": "Additional content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "alias": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "Element.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.telecom.system",
        "path": "register-facility-model.primarycontact.telecom.system",
        "short": "Type of communication (e.g., phone, email).",
        "definition": "Type of communication (e.g., phone, email).",
        "min": 1,
        "max": "1",
        "base": {
          "path": "ContactPoint.system",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ],
        "condition": [
          "cpt-2"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "isModifier": false,
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "ContactPointSystem"
            }
          ],
          "strength": "required",
          "description": "Telecommunications form for contact point.",
          "valueSet": "http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1"
        },
        "mapping": [
          {
            "identity": "v2",
            "map": "XTN.3"
          },
          {
            "identity": "rim",
            "map": "./scheme"
          },
          {
            "identity": "servd",
            "map": "./ContactPointType"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.telecom.value",
        "path": "register-facility-model.primarycontact.telecom.value",
        "short": "The primary contact's number or email address.",
        "definition": "The primary contact's number or email address.",
        "comment": "Additional text data such as phone extension numbers, or notes about use of the contact are sometimes included in the value.",
        "requirements": "Need to support legacy numbers that are not in a tightly controlled format.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "ContactPoint.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "isModifier": false,
        "isSummary": true,
        "mapping": [
          {
            "identity": "v2",
            "map": "XTN.1 (or XTN.12)"
          },
          {
            "identity": "rim",
            "map": "./url"
          },
          {
            "identity": "servd",
            "map": "./Value"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.telecom.use",
        "path": "register-facility-model.primarycontact.telecom.use",
        "short": "home | work | temp | old | mobile - purpose of this contact point",
        "definition": "Identifies the purpose for the contact point.",
        "comment": "Applications can assume that a contact is current unless it explicitly says that it is temporary or old.",
        "requirements": "Need to track the way a person uses this contact, so a user can choose which is appropriate for their purpose.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "ContactPoint.use",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "isModifier": true,
        "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary or old contact etc.for a current/permanent one",
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "ContactPointUse"
            }
          ],
          "strength": "required",
          "description": "Use of contact point.",
          "valueSet": "http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1"
        },
        "mapping": [
          {
            "identity": "v2",
            "map": "XTN.2 - but often indicated by field"
          },
          {
            "identity": "rim",
            "map": "unique(./use)"
          },
          {
            "identity": "servd",
            "map": "./ContactPointPurpose"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.telecom.rank",
        "path": "register-facility-model.primarycontact.telecom.rank",
        "short": "Specify preferred order of use (1 = highest)",
        "definition": "Specifies a preferred order in which to use a set of contacts. ContactPoints with lower rank values are more preferred than those with higher rank values.",
        "comment": "Note that rank does not necessarily follow the order in which the contacts are represented in the instance.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "ContactPoint.rank",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "isModifier": false,
        "isSummary": true,
        "mapping": [
          {
            "identity": "v2",
            "map": "n/a"
          },
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.telecom.period",
        "path": "register-facility-model.primarycontact.telecom.period",
        "short": "Time period when the contact point was/is in use",
        "definition": "Time period when the contact point was/is in use.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "ContactPoint.period",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Period"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "isModifier": false,
        "isSummary": true,
        "mapping": [
          {
            "identity": "v2",
            "map": "N/A"
          },
          {
            "identity": "rim",
            "map": "./usablePeriod[type=\"IVL<TS>\"]"
          },
          {
            "identity": "servd",
            "map": "./StartDate and ./EndDate"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.houseNumber",
        "path": "register-facility-model.primarycontact.houseNumber",
        "short": "The number of the primary contact.",
        "definition": "The number of the primary contact.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "register-facility-model.primarycontact.houseNumber",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.village",
        "path": "register-facility-model.primarycontact.village",
        "short": "The village or street where the primary contact lives.",
        "definition": "The village or street where the primary contact lives.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "register-facility-model.primarycontact.village",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.city",
        "path": "register-facility-model.primarycontact.city",
        "short": "The town or city where the primary contact resides.",
        "definition": "The town or city where the primary contact resides.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "register-facility-model.primarycontact.city",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.ward",
        "path": "register-facility-model.primarycontact.ward",
        "code": [
          {
            "code": "NGWardsVS"
          }
        ],
        "short": "The ward where the primary contact is.",
        "definition": "The ward where the primary contact is.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "register-facility-model.primarycontact.ward",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.lga",
        "path": "register-facility-model.primarycontact.lga",
        "code": [
          {
            "code": "NGLGAsVS"
          }
        ],
        "short": "Local Government Authority where the primary contact lives.",
        "definition": "Local Government Authority where the primary contact lives.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "register-facility-model.primarycontact.lga",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.state",
        "path": "register-facility-model.primarycontact.state",
        "code": [
          {
            "code": "NGStatesVS"
          }
        ],
        "short": "The state where the primary contact is.",
        "definition": "The state where the primary contact is.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "register-facility-model.primarycontact.state",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "register-facility-model.longitude",
        "path": "register-facility-model.longitude",
        "short": "The Longitude of the health facility",
        "definition": "The Longitude of the health facility",
        "min": 0,
        "max": "1",
        "base": {
          "path": "register-facility-model.longitude",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.latitude",
        "path": "register-facility-model.latitude",
        "short": "The Latitude of the health facility",
        "definition": "The Latitude of the health facility",
        "min": 0,
        "max": "1",
        "base": {
          "path": "register-facility-model.latitude",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "register-facility-model",
        "path": "register-facility-model",
        "short": "NG-Imm-A RegisterFacility",
        "definition": "IMMZ.A - A logical model representing a health facility being registered in the immunization system."
      },
      {
        "id": "register-facility-model.identifier",
        "path": "register-facility-model.identifier",
        "short": "Unique identifier for health facilities including the master facility list.",
        "definition": "Unique identifier for health facilities including the master facility list.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.facilityName",
        "path": "register-facility-model.facilityName",
        "short": "The full name of the Organization/facility.",
        "definition": "The full name of the Organization/facility.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.alternateName",
        "path": "register-facility-model.alternateName",
        "short": "The other names the Organization/facility is known for.",
        "definition": "The other names the Organization/facility is known for.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.dateOfRecordCreation",
        "path": "register-facility-model.dateOfRecordCreation",
        "short": "Date of capture for administrative purposes.",
        "definition": "Date of capture for administrative purposes.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "id": "register-facility-model.facilityType",
        "path": "register-facility-model.facilityType",
        "code": [
          {
            "code": "NGFacilityTypeVS"
          }
        ],
        "short": "The type of health facility.",
        "definition": "The type of health facility.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "register-facility-model.facilityStatus",
        "path": "register-facility-model.facilityStatus",
        "short": "The Status of the health facility.",
        "definition": "The Status of the health facility.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "register-facility-model.facilityContactType",
        "path": "register-facility-model.facilityContactType",
        "short": "The type of health facility contact Eg. email, fax, phone.",
        "definition": "The type of health facility contact Eg. email, fax, phone.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.facilityContactValue",
        "path": "register-facility-model.facilityContactValue",
        "short": "The actual value of the contact (eg. the phone number +23435565656).",
        "definition": "The actual value of the contact (eg. the phone number +23435565656).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.facilityaddress",
        "path": "register-facility-model.facilityaddress",
        "short": "Office address.",
        "definition": "Office address.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "register-facility-model.facilityaddress.houseNumber",
        "path": "register-facility-model.facilityaddress.houseNumber",
        "short": "The number of the house where the facility is.",
        "definition": "The number of the house where the facility is.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.facilityaddress.village",
        "path": "register-facility-model.facilityaddress.village",
        "short": "The village or street where the facility is.",
        "definition": "The village or street where the facility is.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.facilityaddress.city",
        "path": "register-facility-model.facilityaddress.city",
        "short": "The town or city where the facility is .",
        "definition": "The town or city where the facility is .",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.facilityaddress.ward",
        "path": "register-facility-model.facilityaddress.ward",
        "code": [
          {
            "code": "NGWardsVS"
          }
        ],
        "short": "The ward where the health facility is.",
        "definition": "The ward where the health facility is.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "register-facility-model.facilityaddress.lga",
        "path": "register-facility-model.facilityaddress.lga",
        "code": [
          {
            "code": "NGLGAsVS"
          }
        ],
        "short": "Local Government Authority where the facility is.",
        "definition": "Local Government Authority where the facility is.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "register-facility-model.facilityaddress.state",
        "path": "register-facility-model.facilityaddress.state",
        "code": [
          {
            "code": "NGStatesVS"
          }
        ],
        "short": "The state where the health facility is.",
        "definition": "The state where the health facility is.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact",
        "path": "register-facility-model.primarycontact",
        "short": "The primary contact for the health facility",
        "definition": "The primary contact for the health facility",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.name",
        "path": "register-facility-model.primarycontact.name",
        "short": "The full name of the contact.",
        "definition": "The full name of the contact.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.name.family",
        "path": "register-facility-model.primarycontact.name.family",
        "short": "Family name of the contact.",
        "definition": "Family name of the contact.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.name.given",
        "path": "register-facility-model.primarycontact.name.given",
        "short": "Given name of the contact.",
        "definition": "Given name of the contact.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.telecom",
        "path": "register-facility-model.primarycontact.telecom",
        "short": "Phone number of the contact.",
        "definition": "Phone number of the contact.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.telecom.system",
        "path": "register-facility-model.primarycontact.telecom.system",
        "short": "Type of communication (e.g., phone, email).",
        "definition": "Type of communication (e.g., phone, email).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.telecom.value",
        "path": "register-facility-model.primarycontact.telecom.value",
        "short": "The primary contact's number or email address.",
        "definition": "The primary contact's number or email address.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.houseNumber",
        "path": "register-facility-model.primarycontact.houseNumber",
        "short": "The number of the primary contact.",
        "definition": "The number of the primary contact.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.village",
        "path": "register-facility-model.primarycontact.village",
        "short": "The village or street where the primary contact lives.",
        "definition": "The village or street where the primary contact lives.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.city",
        "path": "register-facility-model.primarycontact.city",
        "short": "The town or city where the primary contact resides.",
        "definition": "The town or city where the primary contact resides.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.ward",
        "path": "register-facility-model.primarycontact.ward",
        "code": [
          {
            "code": "NGWardsVS"
          }
        ],
        "short": "The ward where the primary contact is.",
        "definition": "The ward where the primary contact is.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.lga",
        "path": "register-facility-model.primarycontact.lga",
        "code": [
          {
            "code": "NGLGAsVS"
          }
        ],
        "short": "Local Government Authority where the primary contact lives.",
        "definition": "Local Government Authority where the primary contact lives.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "register-facility-model.primarycontact.state",
        "path": "register-facility-model.primarycontact.state",
        "code": [
          {
            "code": "NGStatesVS"
          }
        ],
        "short": "The state where the primary contact is.",
        "definition": "The state where the primary contact is.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "register-facility-model.longitude",
        "path": "register-facility-model.longitude",
        "short": "The Longitude of the health facility",
        "definition": "The Longitude of the health facility",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "register-facility-model.latitude",
        "path": "register-facility-model.latitude",
        "short": "The Latitude of the health facility",
        "definition": "The Latitude of the health facility",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}